Skip to content

Conversation

@uyarn
Copy link
Collaborator

@uyarn uyarn commented Sep 19, 2025

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • chore: release 1.14.0

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Sep 19, 2025

🌈 1.14.0 2025-09-19

🚀 Features

  • Icon@uyarn
    • tdesign-icons-vue 发布 0.4.x 版本,新增 align-bottom、no-result、no-result-filled、 tree-list、wifi-no、 wifi-no-filled、logo-stackblitz-filled、logo-stackblitz、logo-wecom-filled 图标,移除 video-camera-3、video-camera-3-filled、list 图标,此前有依赖以上三个图标升级请注意 ⚠️ (#3709)
    • 按需加载方式使用的图标资源支持可变粗细功能,通过strokeWidth属性进行配置,详情请参考示例和文档 (#3709)
    • 按需加载方式使用的图标资源支持多色填充功能,通过strokeColorfillColor 属性进行配置,详情请参考示例和文档 (#3709)
  • Textarea: 新增 allowInputOverMax API,允许输入超过 maxlength @RSS1102 (#3691)
  • Tabs: @RSS1102
    • 新增 dragSortonDragSort 方法,用于进行选项卡调换顺序的需求 (#3711)
    • 将 remove 事件从删除图标移至外层容器, 保证替换图标功能正常使用,有覆盖删除图标样式请注意此变更 ⚠️ (#3686)
  • Skeleton: 修复 theme 默认值不符合文档描述的问题,需要 paragraph 效果升级后手动设置 theme @liweijie0812 (#3682)

🐞 Bug Fixes

  • Tree: 修复 draggabledisabled 状态下依旧生效的异常 @RylanBot (#3690)
  • Watermark: 修复深色模式下,文字水印内容显示不明显的问题 @liweijie0812 (#3697)
  • Dialog: 修复1.10.8版本后,showInAttachedElement 不能配合 attach 一起使用的问题 @uyarn (#3692)
  • Tree: 修复自定义 icon 场景下,全被设为 open 状态,导致图标颜色错误的问题 @RylanBot(#3713)
  • Tag: 修复点击关闭按钮会同时触发点击事件的问题 @uyarn (#3715)
  • Select: 修复设置 keys 后, onChange 回调参数中 selectedOptions 参数缺失的问题 @uyarn (#3716)

@github-actions
Copy link
Contributor

完成

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 934 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.91 kB
./dist/tdesign.css 54 kB
./dist/tdesign.js 515 kB
./dist/tdesign.min.css 48.9 kB
./dist/tdesign.min.js 314 kB

@uyarn uyarn merged commit 82b7a46 into develop Sep 19, 2025
1 check passed
@uyarn uyarn deleted the release/1.14.0 branch September 19, 2025 08:50
uyarn added a commit that referenced this pull request Sep 19, 2025
* chore: release 1.14.0

* chore: changelog's changes

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
uyarn added a commit that referenced this pull request Sep 19, 2025
* fix(Tree): add `disabled` state check for `draggable` nodes (#3690)

* fix(Tree): add `disabled` state check for `draggable` nodes

* fix(Tree): ensure draggable class is only applied to non-disabled nodes

* chore: @tdesign/site-components instead of tdesign-site-components (#3693)

* feat(Textarea): add `allowInputOverMax` prop to control input behavior after exceeding `maxlength` (#3691)

* chore: update group code path (#3698)

* fix(watermark): fix fontColor for dark mode (#3697)

* docs(Table): fix `asyncLoading` state description (#3706)

* feat(icons): new version of tdesign icons (#3709)

* feat(icons): new version of tdesign icons

* feat: specified icon

* chore: update snapshot

* feat: official version

* chore: update snapshot

* feat(Tabs): add  API `dragSort` and `onDragSort` (#3711)

* feat(Tabs): add `dragSort`、`onDragSort` and TabPanelProps api `draggable`

* feat: 添加拖拽排序功能到选项卡组件

* feat(Tabs): 增强拖拽排序功能,支持事件回调和数据索引计算

* fix(useDragSort): 移除未使用的 emit 参数

* fix(useDragSort): 优化拖拽排序逻辑,修复拖拽效果和目标状态处理

* fix(useDragSort): 优化拖拽效果处理,简化目标可放置状态判断

* chore: update snapshot

* fix: 移动 useDragSort 导入路径至 utils 目录

* fix(useDragSort): 更新面板类型定义,使用 TTabPanel 实例化

* fix(tab-nav): 添加注释说明 onDragSort 属性的用途

* refactor(tab-nav): 替换 useDragSort 为 handleDragSort

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(Dialog): attach should work when showInAttachedElement is true (#3692)

* fix(Dialog): attach should work when showInAttachedElement is true

* fix(drawer): attach should work when showInAttachedElement is true

* docs(skeleton): update doc and default props (#3682)

* docs(skeleton): update doc

* chore: update snapshot

* chore: optimize docs

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Uyarn <[email protected]>

* chore(submodule): update common (#3713)

* chore(submodule): update common

* chore: update snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat(tabs): extract the remove event to outside the remove-icon-btn (#3686)

* refactor(tabs): extract the remove event to outside the remove-icon-btn

* fix(tab-nav-item): remove redundant class from CloseIcon component

* chore: update common

* test(tabs): enhance @remove event handling with separate callbacks for Tabs and TabPanel

* fix(tabs): improve `@remove` event handling by separating event data for Tabs and TabPanel

* fix(tabs): import missing TdTabPanelProps for proper type handling

* chore: update common

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(Tag): prevent click event when click close button (#3715)

* fix(Select): return complete option when keys is set (#3716)

* fix(Select): return complete option when keys is set

* chore: fix lint

* chore: release 1.14.0 (#3717)

* chore: release 1.14.0

* chore: changelog's changes

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: release 1.14.0-naruto

---------

Co-authored-by: Rylan <[email protected]>
Co-authored-by: liweijie0812 <[email protected]>
Co-authored-by: 阿菜 Cai <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: TDesign bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants